Skip to content

fix: status banner bug in StudioHeader - #703

Merged
robrap merged 1 commit into
masterfrom
robrap/fix-studio-banner-bug
May 29, 2026
Merged

fix: status banner bug in StudioHeader#703
robrap merged 1 commit into
masterfrom
robrap/fix-studio-banner-bug

Conversation

@robrap

@robrap robrap commented May 29, 2026

Copy link
Copy Markdown
Contributor

The status banner was a part of the studio-header, rather than above it, which caused some style issues. The implementation now matches that of Header.

Before:

Screenshot 2026-05-20 at 1 59 00 AM

After:

Screenshot 2026-05-29 at 12 50 10 PM

The status banner was a part of the
studio-header, rather than above it,
which caused some style issues. The
implementation now matches that of Header.
Copilot AI review requested due to automatic review settings May 29, 2026 15:15

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Moves the status alert banner out of the .studio-header container so it renders as a sibling above it, matching the pattern used in Header.jsx and fixing styling issues caused by the .studio-header fixed height/box-shadow wrapping the banner.

Changes:

  • Wrap StudioHeader return in a fragment.
  • Render StatusAlert before the .studio-header div instead of inside it.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@robrap
robrap merged commit ad0c004 into master May 29, 2026
5 checks passed
@robrap
robrap deleted the robrap/fix-studio-banner-bug branch May 29, 2026 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants